home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / Demo.mdb / Schedule.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  1KB

  1. {
  2.     "schema": {
  3.         "ScheduleId": "Long Integer",
  4.         "UserId": "Long Integer NOT NULL",
  5.         "ContactId": "Long Integer NOT NULL",
  6.         "OrganizationId": "Long Integer",
  7.         "Notes": "Memo/Hyperlink (255)",
  8.         "Followup": "DateTime"
  9.     },
  10.     "data": [
  11.         {
  12.             "ScheduleId": 1,
  13.             "UserId": 1,
  14.             "ContactId": 1,
  15.             "OrganizationId": 1
  16.         },
  17.         {
  18.             "ScheduleId": 2,
  19.             "UserId": 23,
  20.             "ContactId": 47,
  21.             "OrganizationId": 21,
  22.             "Notes": "David Groves @ Advanced Machine Company.\r\n\r\nTalk to him about inventory requirements",
  23.             "Followup": "10/16/98 07:45:00"
  24.         },
  25.         {
  26.             "ScheduleId": 3,
  27.             "UserId": 23,
  28.             "ContactId": 36,
  29.             "OrganizationId": 16,
  30.             "Notes": "Allen Burton @ Advanced Micro Devices",
  31.             "Followup": "05/15/98 18:51:00"
  32.         },
  33.         {
  34.             "ScheduleId": 4,
  35.             "UserId": 23,
  36.             "ContactId": 73,
  37.             "OrganizationId": 44,
  38.             "Notes": "Gail Beans @ Allegro Coffee, Inc.",
  39.             "Followup": "05/22/98 22:15:00"
  40.         },
  41.         {
  42.             "ScheduleId": 5,
  43.             "UserId": 23,
  44.             "ContactId": 72,
  45.             "OrganizationId": 47,
  46.             "Notes": "Lorenzo Vargus @ Applewook Plumbing and Heating",
  47.             "Followup": "06/06/98 12:45:00"
  48.         },
  49.         {
  50.             "ScheduleId": 6,
  51.             "UserId": 23,
  52.             "ContactId": 46,
  53.             "OrganizationId": 22,
  54.             "Notes": "Open Christmas presents.",
  55.             "Followup": "08/22/02 07:45:00"
  56.         }
  57.     ]
  58. }